Inheritance diagram for XFcHashtableNode< Key, Value >:


Public Member Functions | |
| void | set (const Key aKey, const Value aValue, const INT32 aBucketIndex) |
| Sets the key, value and bucket index of this node. | |
| Key | getKey () const |
| Returns the key of this node. | |
| Value | getValue () const |
| Returns the value of this node. | |
| Value | setValue (const Value aValue) |
| Sets the value of this node. | |
| INT32 | getBucketIndex () const |
| Returns the bucket index of this node. | |
| XFcHashtableNode (const Key aKey, const Value aValue, const INT32 aBucketIndex) | |
| Creates a node with specified key and value. | |
Protected Attributes | |
| Key | mKey |
| Key of this node. | |
| Value | mValue |
| Value of this node. | |
| INT32 | mBucketIndex |
| Bucket index of this node. | |
|
||||||||||||||||||||
|
Creates a node with specified key and value.
|
|
|||||||||
|
Returns the bucket index of this node.
|
|
|||||||||
|
Returns the key of this node.
|
|
|||||||||
|
Returns the value of this node.
|
|
||||||||||||||||||||
|
Sets the key, value and bucket index of this node.
|
|
||||||||||
|
Sets the value of this node.
|
|
|||||
|
Bucket index of this node.
|
|
|||||
|
Key of this node.
|
|
|||||
|
Value of this node.
|
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch | ||